In [ ]:
import os
After assignments have been autograded and/or manually graded, they will located in the autograded
directory (see the philosophy and the approach for details):
autograded/{student_id}/{assignment_id}/{notebook_id}.ipynb
After running nbgrader feedback
, HTML versions of these notebooks will be saved to:
feedback/{student_id}/{assignment_id}/{notebook_id}.html
In [ ]:
os.chdir('example')
In the following example, we have an assignment with two notebooks. There are two submissions of the assignment that have been graded:
Generating feedback is fairly straigtforward:
In [ ]:
%%bash
nbgrader feedback "Problem Set 1"
Once the feedback has been generated, there will be new directories and HTML files corresponding to each notebook in each submission: